Param3Desc{}CommandName{setTrackbarTickFrequency}HelpPath{Special}ReturnValue{}OpenBrace{ }Parameters{handle gadget, int frequency}CloseBrace{}Description{Sets how often tickmarks appear on a trackbar gadget.  For example, if you set the range to 0 - 10, and the tick frequency to 2, then 5 ticks would appear evenly spaced along the side of the trackbar.}ReturnDescription{}Param1{gadget}Param1Desc{Handle of a trackbar gadget}Param2{frequency}Param2Desc{The frequency at which you want ticks to appear alongside the trackbar.}